home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / kingofthehill.swf / scripts / DefineButton2_253 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2005-07-25  |  118 b   |  7 lines

  1. on(release){
  2.    play();
  3.    pOn = true;
  4.    _root.inSFX.fMainSoundSwitch("on");
  5.    _root.inSFX.fNoise("click");
  6. }
  7.